php forum
php mysql forum
php mysql smarty
 
Topic Options
#144946 - 04/01/02 06:08 AM [6.2x] a trick for search for all posts from a user [ Finished ]
ELY_M Offline
Journeyman

Registered: 03/23/01
Posts: 134
This is very small hack from me.

There is limit of 50 posts/topics in the user search

I want to look up for ALL posts from one user.

so this is the code that only limit to 50 posts/topics.


find this in ubb_profile.cgi

# limit to last 50 posts
$total = @rev_posts;
if ($total > 50) {
@rev_posts = @rev_posts[0 .. 49];
}



delete or Comment it out.




[This message has been edited by ELY_M (edited 04-01-2002).]

Top
#144947 - 04/06/02 09:26 AM Re: [6.2x] a trick for search for all posts from a user [ Finished ]
Consolefreak Offline
Member

Registered: 03/17/02
Posts: 53
Loc: The Netherlands
and how big would the page be if someone has 1000+ posts?? i think my PC would crash lol laugh

Top
#144948 - 04/06/02 09:28 AM Re: [6.2x] a trick for search for all posts from a user [ Finished ]
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Yeah, I think it's not a good idea to comment it out, but how about modifying the maximum from the CP (using mod cp addon if you can laugh )?
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks